XFINIUM.PDF.View.Wpf Documentation
Remove(IEnumerable<PdfVisualField>) Method



Xfinium.Pdf.View.Forms Namespace > PdfVisualFieldWidgetCollection Class > Remove Method : Remove(IEnumerable<PdfVisualField>) Method
The collection of fields to remove.
Removes multiple fields from the page.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal fields As IEnumerable(Of PdfVisualField) _
) 
'Usage
 
Dim instance As PdfVisualFieldWidgetCollection
Dim fields As IEnumerable(Of PdfVisualField)
 
instance.Remove(fields)
public void Remove( 
   IEnumerable<PdfVisualField> fields
)
public:
void Remove( 
   IEnumerable<PdfVisualField^>^ fields
) 

Parameters

fields
The collection of fields to remove.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualFieldWidgetCollection Class
PdfVisualFieldWidgetCollection Members
Overload List